- Place "Revolving Rifle" folder into LML
- If you want to remove the strap, consider the following:
- Access whatever weapons.ymt file you most likey have from another mod and delete the following lines of code under the Carbine Repeater's "CWeaponinfo"> entry. (Image also provided)
- <Item>
       <AttachBone>wapstrap</AttachBone>
       <Components itemType="CWeaponComponentPoint__sComponent">
        <Item>
         <Name>component_repeater_strap01</Name>
         <Default value="True" />
        </Item>
       </Components>
      </Item>
      <Item>
       <AttachBone>wapstrap2</AttachBone>
       <Components itemType="CWeaponComponentPoint__sComponent">
        <Item>
         <Name>component_leftshoulder_strap01</Name>
         <Default value="True" />
        </Item>
       </Components>
      </Item>
      <Item>
       <AttachBone>wapmisc</AttachBone>
       <Components itemType="CWeaponComponentPoint__sComponent">
        <Item>
         <Name>component_repeater_cloth_strap01</Name>
         <Default value="True" />
        </Item>
       </Components>
      </Item>

- Enjoy!, MrSweedgaming2